home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / ScriptServer1.0a3 folder / ScriptServer.readme < prev    next >
Encoding:
Text File  |  1994-08-20  |  2.5 KB  |  52 lines  |  [TEXT/MPS ]

  1. Welcome to the ScriptServer readme.
  2.  
  3. Version 1.0 alpha
  4.  
  5. ScriptServer is a Shareware AppleScript build program.  It compiles, it
  6. decompiles, it executes and it returns results.  What more could you want?
  7.  
  8. ScriptServer is NOT an editor.  It can be used from other editors though.
  9. Notably, the MPW Shell.  This way you can edit scripts that are larger than
  10. 30,000 characters and support search and replace.  MPW's even scriptable,
  11. although in some weird moon man language.  I imagine that it would be easy to 
  12. call ScriptServer from BBEdit too.  Maybe I'll write an extension...
  13.  
  14. The trick for MPW & ToolServer is to use Ed Lai's SendAE tool and the scripts
  15. provided to communicate with ScriptServer.  The SSCompile script even supports
  16. the C  preprocesser and our custom UltScript processor for those of you without
  17. the C compiler or the inclination to use it.  These preprocessers allow you to
  18. use #include in your scripts.  Nifty for those shared subroutines! 
  19.  
  20. The only drag is that AppleScript keeps asking where your applications are and
  21. you have to tell it.  Once a script exists though, it uses that to remember
  22. where the applications are.  So, once a script exists, copy it somewhere else
  23. instead of moving it.  You should leave a copy with your source so that it can
  24. keep you from going nuts pointing to your apps over and over again. 
  25.  
  26.  
  27. I hope ScriptServer meets your MPW/ToolServer AppleScript needs.  All I ask is
  28. a small Shareware fee if you use this.  It's $10 for individuals using this for
  29. fun and profit and $20 per copy (or $200 for a site licence) for companies to
  30. use this in their commercial or in-house projects.  I provide support and bug
  31. fixes to everyone and promptly cash all checks.  ;) 
  32.  
  33. Send money, comments, suggestions, bug reports and directed insults to me at:
  34.  
  35. Jon Pugh
  36. 1861 Landings Drive
  37. Mountain View, CA 94043
  38. jonpugh@netcom.com
  39. (415) 691-6643
  40. jonpugh@netcom.com
  41.  
  42.  
  43. Also, look for my freeware AppleScript Scripting Additions, Jon’s Commands,
  44. available at a fine archive near you.  If you don't see it there, just ask
  45. someone to upload it. 
  46.  
  47. ScriptServer, Jon’s Commands, AppleScript and QuicKeys 3.0 all go together! In
  48. Jon’s Commands is a "run script resource" command.  It likes 'Scpt' resources
  49. (the Script Editor gets confused by multiple 'scpt' resources in a file). With
  50. ScriptServer you can easily create these or other custom resources (or modify
  51. ones you create with the Script Editor).  This allows you to get around a 
  52. memory leak in the RunScript osax and package your script as a single file.